home *** CD-ROM | disk | FTP | other *** search
- TIKI
-
- setup
- {
- scale 1
- radius 10
- path models/characters/ladybug/
- surface all shader acorn_skin.tga
- }
-
- init
- {
- server
- {
- classname Projectile
- name "Acorn"
- setsize "-8 -8 -8" "8 8 8"
- speed 0
- //bouncetouch
- explosionmodel fx_acorn_splode.tik
- cache fx_acorn_splode.tik
- //bouncealways
- gravity 1.0
- hitdamage 20
- meansofdeath gib
- life 3
- angles 0 0 0
- avelocity 100 200 300
- impactmarkshader card_impact_decal
- impactmarkradius 200
- impactmarkorientation random
- }
- }
-
- animations
- {
- acorn acorn.tan
- }
-